home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2006 October / wn148cd2.iso / Windows / Travailler / RegAlyzer / regalyz.exe / {app} / RegAlyzer.exe / 0 / RCDATA / TFORMREMOTECONNECT / TFORMREMOTECONNECT.txt
Text File  |  2005-12-13  |  2KB  |  92 lines

  1. object formRemoteConnect: TformRemoteConnect
  2.   Left = 352
  3.   Top = 408
  4.   BorderStyle = bsDialog
  5.   Caption = 'Connect to remote registry'
  6.   ClientHeight = 161
  7.   ClientWidth = 321
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   DesignSize = (
  16.     321
  17.     161)
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object labelNamePrompt: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 281
  24.     Height = 13
  25.     Anchors = [akLeft, akTop, akRight]
  26.     AutoSize = False
  27.     Caption = 'Please enter the name of the remote computer:'
  28.   end
  29.   object labelRemoteInfo: TLabel
  30.     Left = 8
  31.     Top = 64
  32.     Width = 305
  33.     Height = 57
  34.     Anchors = [akLeft, akTop, akRight]
  35.     AutoSize = False
  36.     Caption = 
  37.       'Note: Connecting to a remote registry will only work if the remo' +
  38.       'te computer is running Windows NT, 2000 or XP, or Windows ME if ' +
  39.       'the remote service is running.'
  40.     WordWrap = True
  41.   end
  42.   object bnOK: TButton
  43.     Left = 224
  44.     Top = 128
  45.     Width = 89
  46.     Height = 25
  47.     Anchors = [akRight, akBottom]
  48.     Caption = 'OK'
  49.     ModalResult = 1
  50.     TabOrder = 0
  51.   end
  52.   object bnCancel: TButton
  53.     Left = 128
  54.     Top = 128
  55.     Width = 89
  56.     Height = 25
  57.     Anchors = [akRight, akBottom]
  58.     Caption = 'Cancel'
  59.     ModalResult = 2
  60.     TabOrder = 1
  61.   end
  62.   object cbRemoteName: TComboBox
  63.     Left = 8
  64.     Top = 32
  65.     Width = 209
  66.     Height = 21
  67.     Anchors = [akLeft, akTop, akRight]
  68.     ItemHeight = 13
  69.     TabOrder = 2
  70.   end
  71.   object bnSearch: TButton
  72.     Left = 224
  73.     Top = 32
  74.     Width = 89
  75.     Height = 21
  76.     Anchors = [akTop, akRight]
  77.     Caption = '&Search'
  78.     TabOrder = 3
  79.     OnClick = bnSearchClick
  80.   end
  81.   object animSearch: TAnimate
  82.     Left = 296
  83.     Top = 8
  84.     Width = 16
  85.     Height = 16
  86.     Anchors = [akTop, akRight]
  87.     CommonAVI = aviFindComputer
  88.     StopFrame = 8
  89.     Visible = False
  90.   end
  91. end
  92.